projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b741102
)
Changed ssidref default to 0 when parsing config file.
author
emellor@ewan
<emellor@ewan>
Sat, 17 Sep 2005 09:52:31 +0000
(10:52 +0100)
committer
emellor@ewan
<emellor@ewan>
Sat, 17 Sep 2005 09:52:31 +0000
(10:52 +0100)
Signed-off-by: Ewan Mellor<ewan@xensource.com>
tools/python/xen/xm/create.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xm/create.py
b/tools/python/xen/xm/create.py
index 5c309ccda396b23852edc56e025815a38c8423f9..50f4cc2642dbc4bf2a98a197c14271cca6274774 100644
(file)
--- a/
tools/python/xen/xm/create.py
+++ b/
tools/python/xen/xm/create.py
@@
-141,7
+141,7
@@
gopts.var('memory', val='MEMORY',
use="Domain memory in MB.")
gopts.var('ssidref', val='SSIDREF',
- fn=set_u32, default=
-1
,
+ fn=set_u32, default=
0
,
use="Security Identifier.")
gopts.var('maxmem', val='MEMORY',